Specify the editor that should be used by the text tool, by setting the MLECompatible and NXPEditors Properties.
Built-In NotateXpress Editor
To use the NotateXpress built-in editing features, set NXPEditors to True (default), and MLECompatible to False (default).
Standard Windows Multi-Line Edit Control
To use a standard Windows Multi-Line edit control to edit text, set NXPEditors to True (default), and MLECompatible to True.
No Editor
To specify that NotateXpress should not use any editor for editing text, set NXPEditors to false. A double-click event will be raised when the text tool is selected, enabling the application to dictate the desired behavior.